home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- rem Je potrebne nastavit spravnu cestu
-
- c:\coding\tasm\bin\tasm32 /ml /m3 /z /q detect24.asm
- c:\coding\tasm\bin\tlink32 /Tpe /V4.0 /aa /c /m /ml detect24.obj,detect24,, w32.lib, detect24.def
-
- del *.obj
- del *.map
-